﻿@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

.width_new {
    width: 1200px;
    margin-left:auto;
    margin-right:auto;
}

    .width_new * {
        box-sizing: border-box;
    }

body {
    font-family: Microsoft YaHei,\5FAE\8F6F\96C5\9ED1,FontAwesome,Arial,Helvetica,sans-serif;
    color: #333;
    font-size: 14px;
    min-width: 1200px;
    background-color:#fff;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

input, textarea, button, select {
    /*display: block;*/
    outline: none;
    border: none;
}

    input::-webkit-input-placeholder {
        font-size: 12px;
        color: #999;
    }

    input::-moz-placeholder {
        font-size: 12px;
        color: #999;
    }

    input:-moz-placeholder {
        font-size: 12px;
        color: #999;
    }

    input:-ms-input-placeholder {
        font-size: 12px;
        color: #999;
    }

    textarea::-webkit-input-placeholder {
        font-size: 12px;
        color: #999;
    }

    textarea::-moz-placeholder {
        font-size: 12px;
        color: #999;
    }

    textarea:-moz-placeholder {
        font-size: 12px;
        color: #999;
    }

    textarea:-ms-input-placeholder {
        font-size: 12px;
        color: #999;
    }

table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}

/* 禁止缩放表单 */
textarea, input[type="submit"], input[type="reset"], input[type="button"], input {
    resize: none;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: #01b063;
    }

ol, ul {
    list-style: none;
}

.clearfix {
    zoom: 1;
}

    .clearfix:after {
        content: " ";
        width: 0;
        height: 0;
        visibility: hidden;
        display: block;
        clear: both;
    }

/* 顶部开始 */
.topbar {
    width: 100%;
    background: #f8f8f8;
    height: 30px;
    line-height: 30px;
    min-width: 1200px;
}

    .topbar .width_new {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .topbar .topbar_left {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
    }

    .topbar .welcome {
        margin-right: 20px;
    }

        .topbar .welcome a {
            color: #01b063;
        }

    .topbar .locate {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        align-items: center;
    }

        .topbar .locate .locbg {
            display: inline-block;
            width: 14px;
            height: 20px;
            margin-right: 5px;
            background-image: url("../../images/newIndex/icons/icons1.png");
            background-repeat: no-repeat;
            background-position: 0 0;
        }

        .topbar .locate a {
            /*color: #01b063;*/
        }

    .topbar .contact {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        align-items: center;
        color: #ff0000;
    }

        .topbar .contact .telephone {
            display: flex;
            display: -webkit-flex;
            flex-direction: row;
            align-items: center;
        }

        .topbar .contact p > a {
            border-right: 1px solid #555;
            height: 20px;
            line-height: 20px;
            padding: 0 10px;
        }

        .topbar .contact .telbg {
            width: 14px;
            height: 20px;
            margin-right: 5px;
            background-image: url("../../images/newIndex/icons/icons1.png");
            background-repeat: no-repeat;
            background-position: -52px 0;
        }

        .topbar .contact .app_top {
            color: #01b063;
            padding: 0 20px 0 10px;
            cursor: pointer;
        }

            .topbar .contact .app_top .app_name {
                position: relative;
                padding: 0 20px 0 10px;
            }

                .topbar .contact .app_top .app_name:after {
                    display: block;
                    content: '';
                    background-image: url("../../images/newIndex/icons/icons3.png");
                    background-position: 0 -170px;
                    width: 14px;
                    height: 8px;
                    position: absolute;
                    right: 0;
                    top: 50%;
                    margin-top: -5px;
                }

.app_code {
    display: none;
    width: 100px;
    position: absolute;
    z-index: 9;
    border: 1px solid #ddd;
    text-align: center;
    background: #fff;
    margin-left: 10px;
    padding: 8px 0;
}

    .app_code a {
        display: inline-block;
        cursor: auto;
        background-color: rgb(255, 255, 255);
        width: 80px;
        text-align: center;
        line-height: 20px;
        color: #01b063;
        font-size: 12px;
        margin-top: 10px;
    }

    .app_code img {
        display: block;
        margin: 0 auto;
        width: 80px;
    }

.app_top:hover .app_code {
    display: block;
}

.app_code2021 {
    width: 120px;
    position: absolute;
    z-index: 9;
    text-align: center;
    background: #fff;
    padding-top: 5px;
}

    .app_code2021 img {
        display: inline-block;
        margin: 0 auto;
        width: 80px;
    }

    .app_code2021 span {
        display: inline-block;
        font-size: 13px;
        margin-left: 3px;
        color: #01b063;
    }
/* 顶部结束 */
/* 导航 */
.nav_bg {
    width: 100%;
    min-width: 1200px;
    box-shadow: 0px 2px 0px #ddd;
    background-color: #fff;
    margin-bottom: 2px;
    position: relative;
}

    .nav_bg .nav_container {
        height: 90px;
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .nav_bg .nav_list {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        z-index: 6;
    }

        .nav_bg .nav_list .nav_item {
            height: 90px;
            margin-right: 40px;
            position: relative;
        }

            .nav_bg .nav_list .nav_item:last-child {
                margin-right: 0;
            }

            .nav_bg .nav_list .nav_item a {
                display: block;
                height: 30px;
                line-height: 30px;
                margin-top: 30px;
                font-size: 18px;
                position: relative;
            }

                .nav_bg .nav_list .nav_item a .more_tag {
                    display: inline-block;
                    width: 14px;
                    height: 8px;
                    background-image: url("../../images/newIndex/icons/icons3.png");
                    background-position: 0 -170px;
                    margin-left: 10px;
                }

                .nav_bg .nav_list .nav_item a:hover .more_tag {
                    background-position: -14px -170px;
                }

                .nav_bg .nav_list .nav_item a.on {
                    color: #01b063;
                }

                    .nav_bg .nav_list .nav_item a.on .more_tag {
                        background-position: -14px -170px;
                    }

                .nav_bg .nav_list .nav_item a .hot {
                    display: block;
                    width: 30px;
                    height: 20px;
                    background-image: url("../../images/newIndex/icons/icons1.png");
                    background-position: -18px 0;
                    position: absolute;
                    right: 3px;
                    top: -14px;
                }

    .nav_bg .more_container {
        display: none;
        width: 100%;
        min-width: 1200px;
        padding: 20px 0;
        position: absolute;
        z-index: 4;
        left: 0;
        top: 92px;
        background-color: #fff;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
    }

        .nav_bg .more_container .nav_more li {
            width: 150px;
            float: left;
            text-align: center;
        }

/* 导航 */
.fixedTop {
    position: fixed;
    top: 0px;
    z-index: 5;
}

.footer-tag {
    padding: 20px 0;
}

    .footer-tag .footer-tag-bar {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        margin-bottom: 20px;
    }

        .footer-tag .footer-tag-bar li {
            margin-right: 50px;
            cursor: pointer;
            padding: 10px;
        }

            .footer-tag .footer-tag-bar li.on {
                color: #fff;
                background-color: #01b063;
            }

    .footer-tag .footer-tag-list {
        display: none;
    }

        .footer-tag .footer-tag-list li {
            margin-bottom: 10px;
            margin-right: 20px;
            float: left;
        }

            .footer-tag .footer-tag-list li a:hover {
                color: #01b063;
            }

    .footer-tag #footer1 {
        display: block;
    }

footer {
    background-color: #000000;
    padding: 30px 0 80px 0;
}

    footer .contact-container {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
        line-height: 20px;
        color: #bbb;
    }

        footer .contact-container dd {
            color: #fff;
            margin-bottom: 5px;
        }

        footer .contact-container a {
            color: #bbb;
        }

            footer .contact-container a:hover {
                color: #01b063;
            }

        footer .contact-container .aboutus {
            width: 60px;
            margin-right: 80px;
        }

        footer .contact-container .cooperation {
            width: 60px;
            margin-right: 80px;
        }

        footer .contact-container .contact {
            width: 160px;
            margin-right: 45px;
            text-align: left;
        }

            footer .contact-container .contact dd {
                padding-left: 20px;
            }

            footer .contact-container .contact dt {
                position: relative;
                padding-left: 25px;
                margin-bottom: 5px;
            }

            footer .contact-container .contact span {
                display: block;
                position: absolute;
                width: 20px;
                height: 20px;
                top: 0;
                left: 0;
                background-image: url("../../images/newIndex/icons/icon2.png");
                background-repeat: no-repeat;
            }

                footer .contact-container .contact span.telephone {
                    background-position: 2px -22px;
                }

                footer .contact-container .contact span.mobile {
                    background-position: -17px -20px;
                }

                footer .contact-container .contact span.tencent {
                    background-position: -34px -21px;
                }

            footer .contact-container .contact .qqimg {
                display: block;
                width: 60px;
                height: 20px;
                position: absolute;
                top: 0;
                right: 0;
                background-image: url("../../images/newIndex/icons/icon2.png");
                background-repeat: no-repeat;
                background-position: 0 0;
            }

        footer .contact-container .dynamic {
            width: 60px;
            margin-right: 140px;
        }

        footer .contact-container .hot-line {
            display: flex;
            display: -webkit-flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin-right: 145px;
        }

            footer .contact-container .hot-line .tip {
                width: 120px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                color: #fff;
                background-color: #01b063;
                margin-bottom: 15px;
            }

            footer .contact-container .hot-line .tel {
                color: #fff;
                font-size: 19px;
                letter-spacing: -1px;
            }

        footer .contact-container .ywt, footer .contact-container .wechat {
            width: 100px;
            text-align: center;
        }

            footer .contact-container .ywt img, footer .contact-container .wechat img {
                display: block;
                width: 100px;
                height: 100px;
            }

            footer .contact-container .ywt p, footer .contact-container .wechat p {
                color: #fff;
                line-height: 30px;
            }

        footer .contact-container .ywt {
            margin-right: 50px;
        }

    footer .copyright {
        text-align: center;
        color: #bbb;
        line-height: 30px;
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

        footer .copyright span {
            display: inline-block;
            background-image: url("../../images/newIndex/icons/icon2.png");
            background-repeat: no-repeat;
        }

            footer .copyright span.small-logo {
                width: 25px;
                height: 25px;
                background-position: 0 -49px;
                margin-left: 10px;
                margin-right: 5px;
            }

            footer .copyright span.police-logo {
                width: 22px;
                height: 22px;
                background-position: -30px -49px;
                margin-left: 10px;
            }

    footer .outer-links {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 20px;
    }

        footer .outer-links li {
            margin-right: 50px;
        }

            footer .outer-links li a {
                display: flex;
                display: -webkit-flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                color: #bbb;
            }

            footer .outer-links li span {
                display: block;
                width: 30px;
                height: 30px;
                border-radius: 50%;
                margin-right: 10px;
                background-image: url("../../images/newIndex/icons/icon2.png");
                background-repeat: no-repeat;
            }

                footer .outer-links li span.icon1 {
                    background-position: 0 -80px;
                }

                footer .outer-links li span.icon2 {
                    background-position: -30px -80px;
                }

                footer .outer-links li span.icon3 {
                    background-position: 0 -115px;
                }

                footer .outer-links li span.icon4 {
                    background-position: -30px -115px;
                }

            footer .outer-links li:last-child {
                margin-right: 0;
            }

.position {
    height: 60px;
    line-height: 60px;
    color: #777;
}

    .position a {
        color: #777;
        margin: 0 5px;
    }

        .position a:hover {
            color: #01b063;
        }

.page {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .page .pagenum, .page a, .page span {
        border: 1px solid #ddd;
        height: 36px;
        line-height: 36px;
        padding: 0 15px;
        margin-right: 5px;
        display: block;
    }

        .page span.on {
            background-color: #01b063;
            border-color: #01b063;
            color: #fff;
        }

        .page span.page-prev, .page span.page-next {
            color: #999;
        }



.locate {
    position: relative;
}

.zk-panel-select-city {
    box-sizing: border-box;
    position: absolute;
    display: none;
    top: 27px;
    left: -2px;
    z-index: 7047;
    width: 367px;
    height: auto;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    box-shadow: 1px 1px 0px #a5a5a570;
    background-color: #FFF;
}

    .zk-panel-select-city .zk-title {
        box-sizing: border-box;
        width: 100%;
        height: 38px;
        border-bottom: 1px #d8d8d8 solid;
        background-color: #f4f4f4;
        padding: 0 0 0 26px;
    }

        .zk-panel-select-city .zk-title .zk-title-item {
            box-sizing: border-box;
            height: 38px;
            line-height: 38px;
            color: #01b063;
            cursor: default;
        }

    .zk-panel-select-city .zk-list {
        padding: 10px 0 9px 36px;
    }


    .zk-panel-select-city .zk-list-item {
        color: #333;
        display: inline-block;
        width: 50px;
        height: 26px;
        line-height: 26px;
    }

        .zk-panel-select-city .zk-list-item:hover {
            color: #01B063 !important;
        }

#xz_tab > ul > li:first-child {
    visibility: hidden;
}

/*# sourceMappingURL=public2019.css.map */
